home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 6846 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: jupiter.planet.net!usenet
  2. From: Chris Kemp <chrisk@paladn.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: NT DOS anomoly
  5. Date: 20 Feb 1996 04:32:10 GMT
  6. Organization: Paladin Consultants, Inc.
  7. Message-ID: <4gbisa$osc@jupiter.planet.net>
  8. NNTP-Posting-Host: denv30.planet.net
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 1.2N (Windows; I; 32bit)
  13.  
  14. I have a program developing C++ 1.52 on an NT platform.  The 
  15. application will eventually be run on a dos platform, but I am 
  16. doing the development in NT, then running the exe on the dos 
  17. portion of NT.
  18.  
  19. I am finding that simple things like strcat, and strcpy do not 
  20. work as expected, then when I add a line like
  21.       cout << the things that are screwed up
  22.  
  23. everything works as expected.
  24.  
  25. This is literally the case in several instances where the 
  26. adding of a cout line to trace the problem has cured the 
  27. situation.
  28.  
  29. However, in the final product, I don't want the cout stuff, 
  30. and was wondering if anyone else has had a similar difficulty, 
  31. and how they resolved them.
  32.  
  33. TIA
  34.  
  35.